From: Richard M. Stallman Date: Sun, 29 Apr 2007 21:10:36 +0000 (+0000) Subject: (find-dired-filter): Propertize all text down to eob. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~5^2~243 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e2f413de7abd3200efb909bf64333afee3eeca29;p=emacs.git (find-dired-filter): Propertize all text down to eob. --- diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 4b70a71bdb8..47655129e29 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -257,7 +257,7 @@ Thus ARG can also contain additional grep options." (delete-region (point) (- (point) 2))) ;; Find all the complete lines in the unprocessed ;; output and process it to add text properties. - (goto-char end) + (goto-char (point-max)) (if (search-backward "\n" (process-mark proc) t) (progn (dired-insert-set-properties (process-mark proc)